課程資訊
課程名稱
計算機程式
Computer Programming 
開課學期
101-1 
授課對象
電機工程學系  
授課教師
謝宏昀 
課號
EE1004 
課程識別碼
901 10210 
班次
01 
學分
全/半年
半年 
必/選修
必修 
上課時間
星期二5(12:20~13:10)星期三7,8(14:20~16:20) 
上課地點
電二144電二144 
備註
本系優先。週五78節為實習課,務必參加。
限本系所學生(含輔系、雙修生)
總人數上限:60人 
課程簡介影片
 
核心能力關聯
核心能力與課程規劃關聯圖
課程大綱
為確保您我的權利,請尊重智慧財產權及不得非法影印
課程概述

This is an introductory course to computer programming in C++. It is designed for students with little or no prior programming experience. 

課程目標
(1) Introduction
(2) Variable and Arithmetic Operation
(3) Control Structure
(4) Function
(5) Array and Pointer
(6) Class
(7) Object-Oriented Programming
(8) Miscellaneous Topics
 
課程要求
Mandatory programming session on every Friday afternoon (15:30 - 18:30). 
預期每週課後學習時數
 
Office Hours
另約時間 
指定閱讀
 
參考書目
Deitel and Deitel, "C++: How to Program (Late Objects Version)," 7th Edition, Prentice Hall, 2010. 
評量方式
(僅供參考)
 
No.
項目
百分比
說明
1. 
平時成績 
10% 
 
2. 
作業 
25% 
 
3. 
期中考二 
25% 
 
4. 
期中考一 
25% 
 
5. 
期末專題 
15% 
 
 
課程進度
週次
日期
單元主題
第1週
09/14  Course Information & Introduction 
第2週
09/18, 09/21  Variable 
第3週
09/25, 09/28  Variable (cont.) & Control Structure 
第4週
10/02, 10/05  Control Structure (cont.) 
第6週
10/16, 10/19  Function 
第7週
10/23, 10/26  Function (cont.) 
第8週
10/30, 11/02  Array and Pointer 
第9週
11/06, 11/09  Array and Pointer (cont.) 
第10週
11/13, 11/16  Array and Pointer (cont.) & Class 
第11週
11/20, 11/23  Class (cont.) 
第12週
11/27, 11/30  Class (cont.) 
第14週
12/11, 12/14  Operator Overloading 
第15週
12/18, 12/21  Inheritance & Polymorphism 
第16週
12/25, 12/28  Inheritance & Polymorphism (cont.) 
第17週
01/04  Stream